home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / csdemocd.dir / 00176.ls < prev    next >
Encoding:
Text File  |  1996-01-06  |  178 b   |  11 lines

  1. on exitFrame
  2.   if the timer > 3600 then
  3.     repeat with x = 13 to 48
  4.       set the cursor of sprite x to 0
  5.     end repeat
  6.     go("collage2")
  7.   else
  8.     go("flash2")
  9.   end if
  10. end
  11.